2020 Method
Changes 0
M

DirectShapeType.IsValidShape

Description:
Validates shape to be stored in a DirectShapeType.
Remarks:
This function calls IsValidShape(GeometryObject) to validate each object in the list.
Overloads (2):
IsValidShape(IList[GeometryObject])
public bool IsValidShape(
	IList<GeometryObject> shape
)
Return Value bool True if the supplied shape passes the validation criteria.